home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.2 for Intel / NeXTSTEP 3.2 for Intel.iso / NextApps / Mail.app / German.lproj / mailbox.nib / data.classes next >
Encoding:
Text File  |  1993-08-26  |  489 b   |  41 lines

  1. FirstResponder = {
  2.     ACTIONS = {
  3.     orderFrontNXColorPanel:;
  4.     performResize:;
  5.     };
  6.     SUPERCLASS = Object;
  7. };
  8. IconView = {
  9.     SUPERCLASS = View;
  10. };
  11. Browser = {
  12.     SUPERCLASS = Control;
  13. };
  14. TransferPanel = {
  15.     ACTIONS = {
  16.     transfer:;
  17.     loadForm:;
  18.     doit:;
  19.     delete:;
  20.     newMbox:;
  21.     open:;
  22.     };
  23.     OUTLETS = {
  24.     delete;
  25.     form;
  26.     browser;
  27.     transfer;
  28.     new;
  29.     open;
  30.     appIcon;
  31.     win;
  32.     };
  33.     SUPERCLASS = Object;
  34. };
  35. NXBrowser = {
  36.     OUTLETS = {
  37.     delegate;
  38.     };
  39.     SUPERCLASS = Control;
  40. };
  41.